home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / test / search.g < prev    next >
Encoding:
Text File  |  1994-03-17  |  371 b   |  19 lines  |  [TEXT/R*ch]

  1. ;;; Test case for searching/exploration.
  2.  
  3. (game-module "t-search"
  4.   (base-module "intro")
  5.   (variants ("More Land" (true
  6.     (add t* alt-percentile-min (0 10 90))
  7.     (add t* alt-percentile-max (10 90 100))
  8.     ))
  9.    )
  10.   )
  11.  
  12. (add u* start-with 0)
  13. (add armor start-with 4)
  14. (add u* independent-near-start 0)
  15.  
  16. (set country-separation-min 30)
  17. (set country-separation-max 40)
  18.  
  19.